﻿2026-06-21T22:28:30.9352391Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T22:28:30.9352807Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T22:28:30.9353035Z [36;1m$PIN = "0c95435"[0m
2026-06-21T22:28:30.9353296Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T22:28:30.9353589Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T22:28:30.9353939Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T22:28:30.9354326Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T22:28:30.9354628Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T22:28:30.9354910Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T22:28:30.9355160Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T22:28:30.9355470Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T22:28:30.9355788Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T22:28:30.9356100Z [36;1m}[0m
2026-06-21T22:28:30.9356277Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T22:28:30.9356558Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T22:28:30.9421466Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T22:28:30.9421745Z ##[endgroup]
2026-06-21T22:28:31.7987660Z    Compiling proc-macro2 v1.0.106
2026-06-21T22:28:31.7987992Z    Compiling quote v1.0.45
2026-06-21T22:28:31.7988327Z    Compiling unicode-ident v1.0.24
2026-06-21T22:28:31.7988526Z    Compiling cfg-if v1.0.4
2026-06-21T22:28:31.7988766Z    Compiling serde_core v1.0.228
2026-06-21T22:28:31.7989040Z    Compiling serde v1.0.228
2026-06-21T22:28:31.7989969Z    Compiling windows-link v0.2.1
2026-06-21T22:28:31.7990366Z    Compiling typenum v1.20.1
2026-06-21T22:28:31.7990781Z    Compiling portable-atomic v1.13.1
2026-06-21T22:28:31.7991777Z    Compiling getrandom v0.3.4
2026-06-21T22:28:31.7992576Z    Compiling version_check v0.9.5
2026-06-21T22:28:31.7993069Z    Compiling pin-project-lite v0.2.17
2026-06-21T22:28:31.7993437Z    Compiling shlex v2.0.1
2026-06-21T22:28:31.7993745Z    Compiling find-msvc-tools v0.1.9
2026-06-21T22:28:31.7995773Z    Compiling memchr v2.8.1
2026-06-21T22:28:31.8003835Z    Compiling critical-section v1.2.0
2026-06-21T22:28:31.8925442Z    Compiling windows-sys v0.61.2
2026-06-21T22:28:31.8925875Z    Compiling subtle v2.6.1
2026-06-21T22:28:31.9495992Z    Compiling futures-core v0.3.32
2026-06-21T22:28:31.9496597Z    Compiling smallvec v1.15.1
2026-06-21T22:28:32.0240470Z    Compiling equivalent v1.0.2
2026-06-21T22:28:32.0494707Z    Compiling itoa v1.0.18
2026-06-21T22:28:32.1174593Z    Compiling bytes v1.11.1
2026-06-21T22:28:32.1652029Z    Compiling semver v1.0.28
2026-06-21T22:28:32.1952685Z    Compiling stable_deref_trait v1.2.1
2026-06-21T22:28:32.2241343Z    Compiling log v0.4.32
2026-06-21T22:28:32.2315549Z    Compiling futures-sink v0.3.32
2026-06-21T22:28:32.2845921Z    Compiling futures-io v0.3.32
2026-06-21T22:28:32.3006776Z    Compiling slab v0.4.12
2026-06-21T22:28:32.3114493Z    Compiling generic-array v0.14.7
2026-06-21T22:28:32.3736216Z    Compiling rustversion v1.0.22
2026-06-21T22:28:32.4698735Z    Compiling futures-channel v0.3.32
2026-06-21T22:28:32.5406682Z    Compiling rustc_version v0.4.1
2026-06-21T22:28:32.5737962Z    Compiling futures-task v0.3.32
2026-06-21T22:28:32.5960388Z    Compiling hashbrown v0.17.1
2026-06-21T22:28:32.6035534Z    Compiling getrandom v0.2.17
2026-06-21T22:28:32.8871022Z    Compiling cpufeatures v0.2.17
2026-06-21T22:28:32.9392327Z    Compiling fnv v1.0.7
2026-06-21T22:28:32.9481560Z    Compiling libc v0.2.186
2026-06-21T22:28:33.0835362Z    Compiling jobserver v0.1.34
2026-06-21T22:28:33.0895571Z    Compiling rand_core v0.10.1
2026-06-21T22:28:33.0896680Z    Compiling strsim v0.11.1
2026-06-21T22:28:33.1055687Z    Compiling cfg_aliases v0.2.1
2026-06-21T22:28:33.1482328Z    Compiling writeable v0.6.3
2026-06-21T22:28:33.1745860Z    Compiling autocfg v1.5.1
2026-06-21T22:28:33.1865593Z    Compiling litemap v0.8.2
2026-06-21T22:28:33.2091339Z    Compiling dunce v1.0.5
2026-06-21T22:28:33.2134606Z    Compiling ident_case v1.0.1
2026-06-21T22:28:33.2326244Z    Compiling icu_properties_data v2.2.0
2026-06-21T22:28:33.4114710Z    Compiling cc v1.2.63
2026-06-21T22:28:33.4405620Z    Compiling getrandom v0.4.2
2026-06-21T22:28:33.4654543Z    Compiling fs_extra v1.3.0
2026-06-21T22:28:33.4925154Z    Compiling utf8_iter v1.0.4
2026-06-21T22:28:33.5298335Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T22:28:33.6971244Z    Compiling syn v2.0.117
2026-06-21T22:28:33.7237773Z    Compiling indexmap v2.14.0
2026-06-21T22:28:33.7427904Z    Compiling percent-encoding v2.3.2
2026-06-21T22:28:33.7897741Z    Compiling http v1.4.1
2026-06-21T22:28:33.8030107Z    Compiling unicode-segmentation v1.13.3
2026-06-21T22:28:33.8098207Z    Compiling thiserror v2.0.18
2026-06-21T22:28:33.8310687Z    Compiling aws-lc-rs v1.17.0
2026-06-21T22:28:33.8374167Z    Compiling crypto-common v0.1.7
2026-06-21T22:28:33.9174512Z    Compiling cpufeatures v0.3.0
2026-06-21T22:28:33.9270874Z    Compiling scopeguard v1.2.0
2026-06-21T22:28:33.9722474Z    Compiling form_urlencoded v1.2.2
2026-06-21T22:28:34.0280979Z    Compiling chacha20 v0.10.0
2026-06-21T22:28:34.0763367Z    Compiling lock_api v0.4.14
2026-06-21T22:28:34.1000751Z    Compiling block-buffer v0.10.4
2026-06-21T22:28:34.1901853Z    Compiling untrusted v0.9.0
2026-06-21T22:28:34.1972675Z    Compiling bitflags v2.12.1
2026-06-21T22:28:34.2086562Z    Compiling winapi v0.3.9
2026-06-21T22:28:34.3963083Z    Compiling rand v0.10.1
2026-06-21T22:28:34.4038644Z    Compiling num-traits v0.2.19
2026-06-21T22:28:34.4386057Z    Compiling windows-result v0.4.1
2026-06-21T22:28:34.6523838Z    Compiling cmake v0.1.58
2026-06-21T22:28:34.8846830Z    Compiling digest v0.10.7
2026-06-21T22:28:34.8852309Z    Compiling windows-strings v0.5.1
2026-06-21T22:28:34.8876263Z    Compiling rustls v0.23.40
2026-06-21T22:28:34.9419336Z    Compiling heck v0.5.0
2026-06-21T22:28:35.0105782Z    Compiling convert_case v0.10.0
2026-06-21T22:28:35.2455423Z    Compiling ring v0.17.14
2026-06-21T22:28:35.2594258Z    Compiling unicode-xid v0.2.6
2026-06-21T22:28:35.4237296Z    Compiling const-oid v0.10.2
2026-06-21T22:28:35.4857036Z    Compiling atomic-waker v1.1.2
2026-06-21T22:28:35.5133018Z    Compiling anyhow v1.0.102
2026-06-21T22:28:35.5237378Z    Compiling httparse v1.10.1
2026-06-21T22:28:35.5919467Z    Compiling zerocopy v0.8.50
2026-06-21T22:28:35.5921307Z    Compiling parking_lot_core v0.9.12
2026-06-21T22:28:35.6378503Z    Compiling http-body v1.0.1
2026-06-21T22:28:35.6439561Z    Compiling aws-lc-sys v0.41.0
2026-06-21T22:28:35.7419652Z    Compiling curve25519-dalek v4.1.3
2026-06-21T22:28:35.7995195Z    Compiling hybrid-array v0.4.12
2026-06-21T22:28:35.8287287Z    Compiling ahash v0.8.12
2026-06-21T22:28:35.8522550Z    Compiling powerfmt v0.2.0
2026-06-21T22:28:35.9938944Z    Compiling either v1.16.0
2026-06-21T22:28:36.1827943Z    Compiling base64ct v1.8.3
2026-06-21T22:28:36.1965562Z    Compiling fastrand v2.4.1
2026-06-21T22:28:36.6921806Z    Compiling deranged v0.5.8
2026-06-21T22:28:36.7082590Z    Compiling rand_core v0.6.4
2026-06-21T22:28:36.7219505Z    Compiling zmij v1.0.21
2026-06-21T22:28:36.8294410Z    Compiling num-conv v0.2.2
2026-06-21T22:28:36.9652680Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T22:28:36.9854733Z    Compiling pkg-config v0.3.33
2026-06-21T22:28:37.0188768Z    Compiling tinyvec_macros v0.1.1
2026-06-21T22:28:37.0828791Z    Compiling data-encoding v2.11.0
2026-06-21T22:28:37.1305425Z    Compiling time-core v0.1.8
2026-06-21T22:28:37.1530634Z    Compiling vcpkg v0.2.15
2026-06-21T22:28:37.1949554Z    Compiling try-lock v0.2.5
2026-06-21T22:28:37.2476593Z    Compiling tower-service v0.3.3
2026-06-21T22:28:37.2697637Z    Compiling base64 v0.22.1
2026-06-21T22:28:37.3232996Z    Compiling want v0.3.1
2026-06-21T22:28:37.3686197Z    Compiling tinyvec v1.11.0
2026-06-21T22:28:37.5638575Z    Compiling parking_lot v0.12.5
2026-06-21T22:28:37.6579442Z    Compiling synstructure v0.13.2
2026-06-21T22:28:37.6688627Z    Compiling darling_core v0.20.11
2026-06-21T22:28:37.7690529Z    Compiling crypto-common v0.2.2
2026-06-21T22:28:37.8695786Z    Compiling block-buffer v0.12.0
2026-06-21T22:28:37.8951869Z    Compiling sha2 v0.10.9
2026-06-21T22:28:37.9870627Z    Compiling vergen-lib v9.1.0
2026-06-21T22:28:38.0809666Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T22:28:38.1101055Z    Compiling inout v0.1.4
2026-06-21T22:28:38.2712682Z    Compiling n0-future v0.3.2
2026-06-21T22:28:38.3135859Z    Compiling httpdate v1.0.3
2026-06-21T22:28:38.3732654Z    Compiling spin v0.10.0
2026-06-21T22:28:38.3876711Z    Compiling cordyceps v0.3.4
2026-06-21T22:28:38.3914824Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T22:28:38.4439147Z    Compiling serde_json v1.0.150
2026-06-21T22:28:38.5494247Z    Compiling winnow v1.0.3
2026-06-21T22:28:38.5616663Z    Compiling crossbeam-utils v0.8.21
2026-06-21T22:28:38.6140564Z    Compiling diatomic-waker v0.2.3
2026-06-21T22:28:38.6450962Z    Compiling parking v2.2.1
2026-06-21T22:28:38.6553959Z    Compiling signature v2.2.0
2026-06-21T22:28:38.7417229Z    Compiling futures-lite v2.6.1
2026-06-21T22:28:38.7975204Z    Compiling futures-buffered v0.2.13
2026-06-21T22:28:38.8370231Z    Compiling ed25519 v2.2.3
2026-06-21T22:28:38.8626607Z    Compiling digest v0.11.3
2026-06-21T22:28:38.9048051Z    Compiling cipher v0.4.4
2026-06-21T22:28:39.0748229Z    Compiling universal-hash v0.5.1
2026-06-21T22:28:39.0810677Z    Compiling vergen v9.1.0
2026-06-21T22:28:39.2328241Z    Compiling vergen-lib v0.1.6
2026-06-21T22:28:39.2692965Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T22:28:39.3420080Z    Compiling heapless v0.7.17
2026-06-21T22:28:39.3558196Z    Compiling noq-udp v0.10.0
2026-06-21T22:28:39.4164983Z    Compiling sync_wrapper v1.0.2
2026-06-21T22:28:39.4446770Z    Compiling byteorder v1.5.0
2026-06-21T22:28:39.4621146Z    Compiling allocator-api2 v0.2.21
2026-06-21T22:28:39.5083586Z    Compiling opaque-debug v0.3.1
2026-06-21T22:28:39.5877131Z    Compiling socket2 v0.6.4
2026-06-21T22:28:39.6148974Z    Compiling mio v1.2.1
2026-06-21T22:28:39.6202085Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T22:28:39.7036314Z    Compiling hash32 v0.2.1
2026-06-21T22:28:39.8054989Z    Compiling polyval v0.6.2
2026-06-21T22:28:40.0662879Z    Compiling serde_derive v1.0.228
2026-06-21T22:28:40.1645797Z    Compiling zeroize_derive v1.4.3
2026-06-21T22:28:40.1772936Z    Compiling zerofrom-derive v0.1.7
2026-06-21T22:28:40.2052291Z    Compiling yoke-derive v0.8.2
2026-06-21T22:28:40.2415475Z    Compiling tokio-macros v2.7.0
2026-06-21T22:28:40.2586962Z    Compiling futures-macro v0.3.32
2026-06-21T22:28:40.2852182Z    Compiling zerovec-derive v0.11.3
2026-06-21T22:28:40.3605773Z    Compiling displaydoc v0.2.6
2026-06-21T22:28:40.4694394Z    Compiling tracing-attributes v0.1.31
2026-06-21T22:28:41.0379435Z    Compiling zeroize v1.8.2
2026-06-21T22:28:41.1123237Z    Compiling thiserror-impl v2.0.18
2026-06-21T22:28:41.1240051Z    Compiling tokio v1.52.3
2026-06-21T22:28:41.1407437Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T22:28:41.2770663Z    Compiling futures-util v0.3.32
2026-06-21T22:28:41.3533835Z    Compiling rustls-pki-types v1.14.1
2026-06-21T22:28:41.4116645Z    Compiling darling_macro v0.20.11
2026-06-21T22:28:41.4266294Z    Compiling derive_more-impl v2.1.1
2026-06-21T22:28:41.4527705Z    Compiling windows-interface v0.59.3
2026-06-21T22:28:42.1758562Z    Compiling windows-implement v0.60.2
2026-06-21T22:28:42.2632232Z    Compiling n0-error-macros v0.1.3
2026-06-21T22:28:42.2685794Z    Compiling spez v0.1.2
2026-06-21T22:28:42.4744582Z    Compiling darling v0.20.11
2026-06-21T22:28:42.4977828Z    Compiling zerofrom v0.1.8
2026-06-21T22:28:42.5899953Z    Compiling der v0.8.0-rc.10
2026-06-21T22:28:42.6270133Z    Compiling pin-project-internal v1.1.13
2026-06-21T22:28:42.6582640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T22:28:42.7654693Z    Compiling derive_builder_core v0.20.2
2026-06-21T22:28:42.8812914Z    Compiling yoke v0.8.3
2026-06-21T22:28:43.2929032Z    Compiling windows-core v0.62.2
2026-06-21T22:28:43.3293965Z    Compiling zerovec v0.11.6
2026-06-21T22:28:43.3679921Z    Compiling zerotrie v0.2.4
2026-06-21T22:28:43.7107530Z    Compiling n0-error v0.1.3
2026-06-21T22:28:43.7264124Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T22:28:44.1991262Z    Compiling derive_builder_macro v0.20.2
2026-06-21T22:28:44.2279206Z    Compiling tinystr v0.8.3
2026-06-21T22:28:44.3419698Z    Compiling potential_utf v0.1.5
2026-06-21T22:28:44.4812899Z    Compiling pin-project v1.1.13
2026-06-21T22:28:44.5886363Z    Compiling icu_locale_core v2.2.0
2026-06-21T22:28:44.5886871Z    Compiling icu_collections v2.2.0
2026-06-21T22:28:44.6369028Z    Compiling derive_builder v0.20.2
2026-06-21T22:28:44.7004012Z    Compiling spki v0.8.0-rc.4
2026-06-21T22:28:44.7612677Z    Compiling ed25519-dalek v2.2.0
2026-06-21T22:28:44.9203843Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T22:28:44.9928769Z    Compiling spin v0.9.8
2026-06-21T22:28:45.0065336Z    Compiling vergen-gitcl v1.0.8
2026-06-21T22:28:45.1937328Z    Compiling windows-threading v0.2.1
2026-06-21T22:28:45.2101046Z    Compiling fallible-iterator v0.3.0
2026-06-21T22:28:45.3475428Z    Compiling ipnet v2.12.0
2026-06-21T22:28:45.3590933Z    Compiling ryu v1.0.23
2026-06-21T22:28:45.3739354Z    Compiling signature v3.0.0
2026-06-21T22:28:45.4089807Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T22:28:45.4346435Z    Compiling tower-layer v0.3.3
2026-06-21T22:28:45.4813847Z    Compiling windows-future v0.3.2
2026-06-21T22:28:45.6094517Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T22:28:45.6822723Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T22:28:45.7018781Z    Compiling windows-targets v0.52.6
2026-06-21T22:28:45.7873703Z    Compiling prefix-trie v0.8.4
2026-06-21T22:28:45.8151783Z    Compiling proc-macro-crate v3.5.0
2026-06-21T22:28:46.0989922Z    Compiling once_cell v1.21.4
2026-06-21T22:28:46.1984705Z    Compiling windows-numerics v0.3.1
2026-06-21T22:28:46.2396479Z    Compiling windows-collections v0.3.2
2026-06-21T22:28:46.2739386Z    Compiling icu_provider v2.2.0
2026-06-21T22:28:46.3044983Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T22:28:46.4078978Z    Compiling tracing-core v0.1.36
2026-06-21T22:28:46.5139329Z    Compiling futures-executor v0.3.32
2026-06-21T22:28:46.5427597Z    Compiling cobs v0.3.0
2026-06-21T22:28:46.5653499Z    Compiling ghash v0.5.1
2026-06-21T22:28:46.6183552Z    Compiling derive_more v2.1.1
2026-06-21T22:28:46.7348932Z    Compiling hashbrown v0.14.5
2026-06-21T22:28:46.7469918Z    Compiling futures v0.3.32
2026-06-21T22:28:46.7893067Z    Compiling icu_normalizer v2.2.0
2026-06-21T22:28:46.7893737Z    Compiling icu_properties v2.2.0
2026-06-21T22:28:46.8582844Z    Compiling postcard-derive v0.2.2
2026-06-21T22:28:46.8635777Z    Compiling aes v0.8.4
2026-06-21T22:28:46.8685632Z    Compiling ctr v0.9.2
2026-06-21T22:28:46.9098087Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T22:28:46.9478674Z    Compiling tracing v0.1.44
2026-06-21T22:28:46.9489774Z    Compiling fs2 v0.4.3
2026-06-21T22:28:47.1168073Z    Compiling time v0.3.47
2026-06-21T22:28:47.1346934Z    Compiling http-body-util v0.1.3
2026-06-21T22:28:47.1456741Z    Compiling aead v0.5.2
2026-06-21T22:28:47.2249404Z    Compiling widestring v1.2.1
2026-06-21T22:28:47.3285061Z    Compiling ipconfig v0.3.4
2026-06-21T22:28:47.5278926Z    Compiling aes-gcm v0.10.3
2026-06-21T22:28:47.6054572Z    Compiling hashlink v0.9.1
2026-06-21T22:28:47.6099121Z    Compiling postcard v1.1.3
2026-06-21T22:28:47.6829012Z    Compiling data-encoding-macro v0.1.20
2026-06-21T22:28:47.7043037Z    Compiling windows v0.62.2
2026-06-21T22:28:47.7348306Z    Compiling num_enum_derive v0.7.6
2026-06-21T22:28:47.7831333Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T22:28:47.7922909Z    Compiling windows-sys v0.59.0
2026-06-21T22:28:47.8718032Z    Compiling chrono v0.4.45
2026-06-21T22:28:47.9878652Z    Compiling rusqlite v0.32.1
2026-06-21T22:28:48.0309102Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T22:28:48.0413681Z    Compiling crossbeam-channel v0.5.15
2026-06-21T22:28:48.1612316Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T22:28:48.2553470Z    Compiling idna_adapter v1.2.2
2026-06-21T22:28:48.2883576Z    Compiling enum-assoc v1.3.0
2026-06-21T22:28:48.3140677Z    Compiling strum_macros v0.28.0
2026-06-21T22:28:48.4451579Z    Compiling idna v1.1.0
2026-06-21T22:28:48.5949176Z    Compiling async-trait v0.1.89
2026-06-21T22:28:48.7644250Z    Compiling windows-registry v0.6.1
2026-06-21T22:28:48.8100236Z    Compiling blake3 v1.8.5
2026-06-21T22:28:48.8259918Z    Compiling url v2.5.8
2026-06-21T22:28:48.9404325Z    Compiling tokio-util v0.7.18
2026-06-21T22:28:49.0033193Z    Compiling tower v0.5.3
2026-06-21T22:28:49.3932472Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T22:28:49.4897606Z    Compiling uuid v1.23.2
2026-06-21T22:28:49.8621957Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T22:28:49.9747711Z    Compiling memoffset v0.6.5
2026-06-21T22:28:50.0039393Z    Compiling acto v0.8.2
2026-06-21T22:28:50.1166054Z    Compiling noq v0.18.0
2026-06-21T22:28:50.1522327Z    Compiling netwatch v0.16.0
2026-06-21T22:28:50.1568825Z    Compiling xml-rs v0.8.28
2026-06-21T22:28:50.2219146Z    Compiling rustc-hash v2.1.2
2026-06-21T22:28:50.2679688Z    Compiling ref-cast v1.0.25
2026-06-21T22:28:50.2885645Z    Compiling tagptr v0.2.0
2026-06-21T22:28:50.3189101Z    Compiling h2 v0.4.14
2026-06-21T22:28:50.3686869Z    Compiling foldhash v0.2.0
2026-06-21T22:28:50.3932573Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T22:28:50.4871276Z    Compiling thiserror v1.0.69
2026-06-21T22:28:50.5137820Z    Compiling mac-addr v0.3.0
2026-06-21T22:28:50.5397636Z    Compiling lru-slab v0.1.2
2026-06-21T22:28:50.5724378Z    Compiling identity-hash v0.1.0
2026-06-21T22:28:50.5809930Z    Compiling hashbrown v0.16.1
2026-06-21T22:28:50.7243111Z    Compiling netdev v0.42.0
2026-06-21T22:28:50.7322071Z    Compiling n0-watcher v0.6.1
2026-06-21T22:28:50.7828907Z    Compiling moka v0.12.15
2026-06-21T22:28:50.8342797Z    Compiling tokio-stream v0.1.18
2026-06-21T22:28:51.0204451Z    Compiling iroh-relay v0.98.0
2026-06-21T22:28:51.0515042Z    Compiling tower-http v0.6.11
2026-06-21T22:28:51.0887049Z    Compiling strum v0.28.0
2026-06-21T22:28:51.1207200Z    Compiling attohttpc v0.30.1
2026-06-21T22:28:51.3780833Z    Compiling xmltree v0.10.3
2026-06-21T22:28:51.4227953Z    Compiling iroh-base v0.98.0
2026-06-21T22:28:51.6059626Z    Compiling num_enum v0.7.6
2026-06-21T22:28:51.7188730Z    Compiling iroh-metrics v0.38.3
2026-06-21T22:28:51.8363068Z    Compiling toml_datetime v0.6.11
2026-06-21T22:28:51.8510230Z    Compiling serde_spanned v0.6.9
2026-06-21T22:28:51.9009555Z    Compiling ref-cast-impl v1.0.25
2026-06-21T22:28:52.0296208Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T22:28:52.1496496Z    Compiling thiserror-impl v1.0.69
2026-06-21T22:28:52.2811721Z    Compiling serde_derive_internals v0.29.1
2026-06-21T22:28:52.2890330Z    Compiling simple-dns v0.9.3
2026-06-21T22:28:52.4208087Z    Compiling serial-core v0.4.0
2026-06-21T22:28:52.4288564Z    Compiling aho-corasick v1.1.4
2026-06-21T22:28:52.4841512Z    Compiling regex-syntax v0.8.10
2026-06-21T22:28:52.6755055Z    Compiling simdutf8 v0.1.5
2026-06-21T22:28:52.8327137Z    Compiling arrayvec v0.7.6
2026-06-21T22:28:53.1106626Z    Compiling constant_time_eq v0.4.2
2026-06-21T22:28:53.1270319Z    Compiling smol_str v0.1.24
2026-06-21T22:28:53.1853613Z    Compiling winnow v0.7.15
2026-06-21T22:28:53.2587146Z    Compiling winreg v0.10.1
2026-06-21T22:28:53.4985657Z    Compiling resolv-conf v0.7.6
2026-06-21T22:28:53.5161877Z    Compiling toml_write v0.1.2
2026-06-21T22:28:53.5398298Z    Compiling sha1_smol v1.0.1
2026-06-21T22:28:53.7413469Z    Compiling arrayref v0.3.9
2026-06-21T22:28:53.7796355Z    Compiling schemars_derive v1.2.1
2026-06-21T22:28:53.8860236Z    Compiling serial-windows v0.4.0
2026-06-21T22:28:54.1529763Z    Compiling lru v0.16.4
2026-06-21T22:28:54.1699213Z    Compiling iroh-dns v0.98.0
2026-06-21T22:28:54.4117833Z    Compiling webpki-roots v1.0.7
2026-06-21T22:28:54.4344578Z    Compiling seize v0.5.1
2026-06-21T22:28:54.5364939Z    Compiling darling_core v0.23.0
2026-06-21T22:28:54.5882175Z    Compiling hmac v0.12.1
2026-06-21T22:28:54.6347061Z    Compiling serde_bytes v0.11.19
2026-06-21T22:28:54.7638053Z    Compiling iroh v0.98.2
2026-06-21T22:28:54.8127215Z    Compiling hyper v1.10.1
2026-06-21T22:28:54.8675487Z    Compiling utf8parse v0.2.2
2026-06-21T22:28:55.0025018Z    Compiling pin-utils v0.1.0
2026-06-21T22:28:55.0183339Z    Compiling bitflags v1.3.2
2026-06-21T22:28:55.1243541Z    Compiling regex-automata v0.4.14
2026-06-21T22:28:55.1312999Z    Compiling anstyle v1.0.14
2026-06-21T22:28:55.1337083Z    Compiling lazy_static v1.5.0
2026-06-21T22:28:55.1636229Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T22:28:55.3090843Z    Compiling cmov v0.5.4
2026-06-21T22:28:55.3537164Z    Compiling dyn-clone v1.0.20
2026-06-21T22:28:55.5178733Z    Compiling toml_edit v0.22.27
2026-06-21T22:28:55.5577700Z    Compiling anstyle-wincon v3.0.11
2026-06-21T22:28:55.6850585Z    Compiling ctutils v0.4.2
2026-06-21T22:28:55.7496610Z    Compiling shared_library v0.1.9
2026-06-21T22:28:55.9170903Z    Compiling schemars v1.2.1
2026-06-21T22:28:55.9494181Z    Compiling nix v0.25.1
2026-06-21T22:28:55.9672344Z    Compiling anstyle-parse v1.0.0
2026-06-21T22:28:56.0539338Z    Compiling papaya v0.2.4
2026-06-21T22:28:56.0658932Z    Compiling hkdf v0.12.4
2026-06-21T22:28:56.1700489Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T22:28:56.2573902Z    Compiling serial v0.4.0
2026-06-21T22:28:56.2690844Z    Compiling filedescriptor v0.8.3
2026-06-21T22:28:56.3418061Z    Compiling backon v1.6.0
2026-06-21T22:28:56.3984675Z    Compiling anstyle-query v1.1.5
2026-06-21T22:28:56.5902902Z    Compiling foldhash v0.1.5
2026-06-21T22:28:56.5991099Z    Compiling paste v1.0.15
2026-06-21T22:28:56.6313890Z    Compiling colorchoice v1.0.5
2026-06-21T22:28:56.8057029Z    Compiling downcast-rs v1.2.1
2026-06-21T22:28:56.8871681Z    Compiling shell-words v1.1.1
2026-06-21T22:28:56.8872203Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T22:28:56.9285451Z    Compiling instability v0.3.12
2026-06-21T22:28:56.9849449Z    Compiling anstream v1.0.0
2026-06-21T22:28:57.0160627Z    Compiling portable-pty v0.8.1
2026-06-21T22:28:57.0723022Z    Compiling hyper-util v0.1.20
2026-06-21T22:28:57.1752406Z    Compiling hashbrown v0.15.5
2026-06-21T22:28:57.1909273Z    Compiling spake2 v0.4.0
2026-06-21T22:28:57.2633083Z    Compiling strum_macros v0.26.4
2026-06-21T22:28:57.3288529Z    Compiling terminal_size v0.4.4
2026-06-21T22:28:57.5417613Z    Compiling crossterm_winapi v0.9.1
2026-06-21T22:28:57.6741125Z    Compiling itertools v0.13.0
2026-06-21T22:28:57.7031355Z    Compiling sha1 v0.10.6
2026-06-21T22:28:57.9372113Z    Compiling toml v0.8.23
2026-06-21T22:28:58.0583890Z    Compiling castaway v0.2.4
2026-06-21T22:28:58.1140673Z    Compiling clap_lex v1.1.0
2026-06-21T22:28:58.2285921Z    Compiling regex v1.12.3
2026-06-21T22:28:58.3207221Z    Compiling recvmsg v1.0.0
2026-06-21T22:28:59.1265005Z    Compiling wmi v0.18.4
2026-06-21T22:28:59.1525529Z    Compiling indoc v2.0.7
2026-06-21T22:28:59.2707172Z    Compiling igd-next v0.17.1
2026-06-21T22:28:59.4171820Z    Compiling darling_macro v0.23.0
2026-06-21T22:28:59.4662343Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T22:28:59.5676776Z    Compiling unicode-width v0.1.14
2026-06-21T22:28:59.6824217Z    Compiling static_assertions v1.1.0
2026-06-21T22:28:59.7225239Z    Compiling doctest-file v1.1.1
2026-06-21T22:28:59.7890260Z    Compiling clap_builder v4.6.0
2026-06-21T22:28:59.8885857Z    Compiling darling v0.23.0
2026-06-21T22:28:59.9516659Z    Compiling compact_str v0.8.2
2026-06-21T22:29:00.0972267Z    Compiling unicode-truncate v1.1.0
2026-06-21T22:29:00.3631149Z    Compiling interprocess v2.4.2
2026-06-21T22:29:00.3724418Z    Compiling strum v0.26.3
2026-06-21T22:29:00.3724820Z    Compiling crossterm v0.28.1
2026-06-21T22:29:00.5656861Z    Compiling lru v0.12.5
2026-06-21T22:29:00.7860029Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T22:29:01.1660773Z    Compiling portmapper v0.16.0
2026-06-21T22:29:01.5961556Z    Compiling clap_derive v4.6.1
2026-06-21T22:29:01.6875705Z    Compiling error-code v3.3.2
2026-06-21T22:29:01.8026382Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T22:29:01.9284178Z    Compiling unicode-width v0.2.0
2026-06-21T22:29:02.0894927Z    Compiling cassowary v0.3.0
2026-06-21T22:29:02.1025790Z    Compiling clipboard-win v5.4.1
2026-06-21T22:29:02.3181219Z    Compiling nucleo-matcher v0.3.1
2026-06-21T22:29:02.3768833Z    Compiling qrcode v0.14.1
2026-06-21T22:29:02.4405029Z    Compiling ratatui v0.29.0
2026-06-21T22:29:02.7755264Z    Compiling tempfile v3.27.0
2026-06-21T22:29:03.9879027Z    Compiling clap v4.6.1
2026-06-21T22:29:15.3089423Z    Compiling rustls-webpki v0.103.13
2026-06-21T22:29:18.4643884Z    Compiling tokio-rustls v0.26.4
2026-06-21T22:29:18.4644289Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T22:29:18.4644642Z    Compiling noq-proto v0.17.0
2026-06-21T22:29:18.6438115Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T22:29:18.6438769Z    Compiling hyper-rustls v0.27.9
2026-06-21T22:29:18.6439080Z    Compiling tokio-websockets v0.13.2
2026-06-21T22:29:18.8622362Z    Compiling reqwest v0.13.4
2026-06-21T22:29:19.8704232Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T22:29:36.6863177Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T22:29:38.1846916Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T22:29:47.2191321Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T22:29:54.1887415Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
2026-06-21T22:29:54.2101276Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T22:29:54.2605713Z 
2026-06-21T22:29:54.2605956Z running 1 test
2026-06-21T22:30:02.0820818Z test new_brain_serves_against_old_broker ... ok
2026-06-21T22:30:02.0821098Z 
2026-06-21T22:30:02.0821402Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.82s
2026-06-21T22:30:02.0821685Z 
